﻿body
{
	background-image:url("back.png");	
	background-attachment:fixed;
	color:#284E98;
	font-family:Verdana;	
	background-position:center top;
	background-repeat:repeat-x;
		
}
	
th
{
	font-family:Arial;
	font-size:larger;
	}
td
{
	font-family:Arial;
}

.gridview th
{
	font-size: small;
}

.gridviewCal
{
	float: left;
}

.alphaBackground
{
	float:left;
	opacity:65;
	filter:alpha(opacity=65);
	background-color:Gray;
}

/*a:visited
{
	color:#284E98;
	}*/

#header
{
	width: 300px;
	height:100px;
	margin:auto;
	background-position:center;
	background-image:url("lola_logo.png");
	background-repeat:no-repeat;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='lola_logo.png', sizingMethod='scale');
	}
	
#sub-header
{
	margin:auto;
	width:980px;
	height:auto;
	}

#sub-content
{
	width:980px;
	margin:auto;
	font-family:Verdana;
	}
	
#sub-left
{
	float:left;
	width:200px;
	font-family:Arial;
	font-size:smaller;
}

#sub-right
{
	float:right;
	width:200px;
	font-family:Arial;
	font-size:smaller;
	}
	
#sub-main
{
	width:579px;
	margin:auto;
	font-family:Arial;
	font-size:smaller;
	}

#main
{
	width:980px;
	font-family:Arial;
	font-size:smaller;
	color:Black;
	
	}

#footer
{
	margin:auto;
	margin-top:20px;
	width:980px;
	font-family:verdana;
	font-size:xx-small;
	color:Black;
	}


#masterfooter
{
	display:none;
	float:left;
	margin:auto;
	margin-top:20px;
	width:980px;
	font-family:verdana;font-size:xx-small;color:Black;
	border:solid 1px green;
	}
	

#Menu2 a.static {
padding: 3px 5px 3px 5px;
text-decoration: none;
padding-left: 1.15em;
padding-right: 6em;

}

#createUser
{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	text-align:center;
	width:420px;
	}
	
	#successUser
	{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	text-align:center;
	width:420px;
	}
	
	.rowName
	{
		text-align:right;
		}
		
	.rowValues
	{
		text-align:left;
		}

    #createUser
{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	text-align:center;
	width:420px;
	}

.costRemoval {
    color:#284775;
    background-color:#FFFBFF;
    border-color:#CCCCCC;
    border-style:Solid;
    font-family:Verdana;
    font-size:1em;
}
.additionalCostTable { display: table; }

.myRow>div { display: table-cell; }

.myRow { display: table-row; }

.cellDescr { width:374px; padding:1px; padding-right : 13px;}
.cellDescr + div { width:142px; }
.dropdownDescr { width:374px; padding:1px; padding-right : 13px;}
.costLabelValue {width:374px; padding:1px; padding-right : 13px; }

.additionalCostTable input[type=text] { width: 100%; background-color:white;}

.cellDescrCost { width:100%; padding:1px; padding-right : 47px; border:1px; background-color:#C0C0C0;}
.cellDescrCost + div { width:100%; border:1px; background-color:#C0C0C0}

.rowHeader div { background-color:#C0C0C0;}


#Menu2 li { min-width:100px;}